'Declaration Public Overloads Function AddMatrix( _ ByVal cellsText(,) As System.String _ ) As OMathMatrix
public OMathMatrix AddMatrix( System.string[,] cellsText )
Parameters
- cellsText
- The structure cells text array.
Return Value
The added OMathMatrix instance.